home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 1999 #1 / Amiga Plus 1999 #1.iso / System-Boost / Sound / AHI / ahiusr.readme < prev    next >
Text File  |  1998-07-30  |  5KB  |  145 lines

  1. Short:    Retargetable audio v4.15, User's Archive
  2. Type:     mus/misc
  3. Author:   Martin Blom <lcs@lysator.liu.se>
  4. Uploader: Martin Blom <lcs@lysator.liu.se>
  5.  
  6.      This archive contains the binary distribution of AHI,
  7.      everything you need to use programs that require AHI,
  8.      and documentation in AmigaGuide® format.
  9.  
  10.      Changes since last release
  11.      ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯
  12.      Bug fixes in the device code.
  13.      Updated documentation.
  14.      New translation (hrvatski).
  15.      Added driver for Maestro Pro to the distribution.
  16.  
  17.  
  18. TITLE
  19.  
  20.      AHI Audio system
  21.  
  22. VERSION
  23.  
  24.      Release 4
  25.  
  26. AUTHOR
  27.  
  28.      Martin Blom <lcs@lysator.liu.se>
  29.  
  30. DESCRIPTION
  31.  
  32.      Retargetable Audio for AmigaOS
  33.      ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯
  34.  
  35.      (When refering to this software, the correct term is
  36.      'AHI audio system' or just 'AHI', never 'Audio Hardware
  37.      Interface'! 'AHI' is pronounced 'atchii', as in 'God bless!'.)
  38.  
  39.      Starting with version 3 of AHI, the MC68000 processor is also supported.
  40.      However, many features are lacking:
  41.  
  42.      · Very limited volime control when using 16 bit samples
  43.      · No HiFi mixing routines are available.
  44.      · No stereo samples
  45.      · No DSP effects are available.
  46.      · Less precision on some calculations
  47.      · Slower
  48.  
  49.      As you can see, this version is very primitive.  Get yourself an
  50.      accelerator!  I cannot guarantee that I will continue to support this
  51.      processor in the future.
  52.  
  53.      Quick overview
  54.      ¯¯¯¯¯¯¯¯¯¯¯¯¯¯
  55.  
  56.      * Driver based
  57.  
  58.      Each supported sound card is controlled by a library-based audio
  59.      driver. For a 'dumb' sound card, a new driver should be written in
  60.      a few hours. For a 'smart' sound card, it is possible to utilize an
  61.      on-board DSP, for example, to maximize performance and sound quality.
  62.      For sound cards with own DSP but little or no memory, it is possible
  63.      to use the main CPU to mix channels and do the post-processing
  64.      with the DSP. Available today are drivers for
  65.  
  66.      · Aura (sampler only)
  67.      · Clarity (sampler only)
  68.      · Delfina DSP and Delfina Lite
  69.      · DraCo Motion
  70.      · Maestro Pro
  71.      · Melody MPEG
  72.      · Paula (8/14/14c bit)
  73.      · Prelude
  74.      · Toccata
  75.      · Wavetools
  76.      · 8SVX (mono) and AIFF/AIFC (mono & stereo) sample render
  77.  
  78.      * Fast, powerful mixing routines (yeah, right... haha)
  79.  
  80.      The device's mixing routines mix 8- or 16-bit signed samples, both
  81.      mono and stereo, located in Fast-RAM and outputs 16-bit mono or stereo
  82.      (with stereo panning if desired) data, using any number of channels
  83.      (as long as 'any' means less than 128...).  Tables can be used speed
  84.      the mixing up (especially when using 8-bit samples).  The samples can
  85.      have any length (including odd) and can have any number of loops.
  86.      
  87.      * Support for non-realtime mixing
  88.  
  89.      By providing a timing feature, it is possible to create high-
  90.      quality output even if the processing power is lacking, by saving
  91.      the output to disk, for example as an IFF AIFF or 8SXV file.
  92.      There are so-called HiFi mixing routines that can be used, which
  93.      use linear interpolation and gives 32 bit output.
  94.  
  95.      * Audio database
  96.  
  97.      Uses ID codes, much like Screenmode IDs, to select the many
  98.      parameters that can be set. The functions to access the audio
  99.      database are not too different from those in 'graphics.library'.
  100.      The device also features a requester to get an ID code from the
  101.      user.
  102.  
  103.      * Both high- and low-level protocol
  104.  
  105.      By acting both like a device and a library, AHI gives the programmer
  106.      a choice between full control and simplicity. The device API allows
  107.      several programs to use the audio hardware at the same time, and
  108.      the AUDIO: dos-device driver makes playing and recording sound very
  109.      simple for both the programmer and user.
  110.  
  111.      * Future Compatible
  112.  
  113.      When AmigaOS gets device-independent audio worth it's name, it should
  114.      not be too difficult to write a driver for AHI, allowing applications
  115.      using 'ahi.device' to automatically use the new OS interface. At
  116.      least I hope it wont.
  117.  
  118. SPECIAL REQUIREMENTS
  119.  
  120.      AmigaOS release 2.
  121.      MC68020 processor strongly recommended.
  122.  
  123. AVAILABILITY
  124.  
  125.      Aminet, for example:
  126.      ftp://ftp.germany.aminet.org/pub/aminet/dev/misc/ahidev.lha
  127.      ftp://ftp.germany.aminet.org/pub/aminet/mus/misc/ahiusr.lha
  128.      ftp://ftp.germany.aminet.org/pub/aminet/docs/misc/ahiman.lha
  129.  
  130.      WWW:
  131.      http://www.lysator.liu.se/~lcs/ahi.html
  132.  
  133. PRICE
  134.  
  135.      Free. But if you use it in a shareware of commercial product,
  136.      I would like a registered copy for me and each of the audio driver
  137.      authors (this is merely a wish, you don't have to do it if you don't
  138.      think we deserve it). See the AHI User's Guide for more information.
  139.  
  140. DISTRIBUTABILITY
  141.  
  142.      Copyright ©1994-1997 Martin Blom.
  143.      Freely distributable in unmodified form.
  144.      See the AHI User's Guide for more information.
  145.